Skip to main content
POST
[DEMO] Create discount code (Admin only)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
code
string
required
Example:

"WELCOME10"

discountPercent
number
required
Required range: 1 <= x <= 100
Example:

10

Response

201 - undefined